home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / pitdemo.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  120 b   |  9 lines

  1. on enterFrame
  2.   startTimer()
  3.   repeat while the timer < 60
  4.     nothing()
  5.   end repeat
  6.   open("actvpass 3")
  7.   quit()
  8. end
  9.